﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-size: 12px;*/
    font-family: "Lato" !important;
    background-color: #f7f7f7;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.spacer {
    height: 40px;
    float: left;
    width: 100%;
}

/*.dropdown-toggle {
    color: #ffffff!important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d!important;
}*/

.red-panel {
    color: #fff !important;
    background-color: #DF0101 !important;
}

.green-panel {
    color: #fff !important;
    background-color: lightseagreen !important;
}

.indicator-number {
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.indicator-label {
    font-family: Helvetica;
    font-size: 11px;
    color: #e95437;
    font-weight: bold;
}

.indicator-label-white {
    color: #fff;
}

.row-group {
    background-color: #e7e7e7 !important;
    font-weight: 900;
}

#pnlMailOptions .form-control {
    max-width: none;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-brand > img {
    height: 100%;
    margin-right: 20px;
    width: auto;
}

.float-left {
    float: left;
}


.dataTables_wrapper .dataTables_processing {
    top: 40% !important;
    padding-top: 3px !important;
    position: fixed !important;
    left: 50% !important;
}




/**Evaluaciones de Desempeño**/
.evaluacion input,
.evaluacion select,
.evaluacion textarea {
    max-width: 100%;
}

.evaluacion .control-label,
.evaluacion .form-data {
    margin-top: 5px;
}

.evaluacion .row {
    min-height: 35px;
}

.evaluacion .datosPrincipales .row {
    margin: 5px 0;
}

.evaluacion .form-control {
    padding: 5px 10px;
}

.evaluacion .sectionHeader {
    background-color: #183b7c;
    color: #fff;
}

.evaluacion .groupHeader,
.evaluacion .groupFooter {
    background-color: #3770d8;
    color: #fff;
}

.evaluacion .groupHeader {
    background-color: #3770d8;
    color: #fff;
}

.evaluacion .odd {
    background-color: #f9f9f9;
}

.evaluacion .rowData .question {
    line-height: 30px;
}

.evaluacion .rowOtherData {
    padding: 10px 0;
}
/**Fin Evaluaciones de Desempeño*/


/**DASHBOARDS**/

#containerDonaAudienciaActiva {
    height: 70px;
    max-width: 1060px;
    margin: 0px auto;
    overflow: hidden;
}

#containerDonaAudienciaInteractiva {
    height: 70px;
    max-width: 1060px;
    margin: 0px auto;
    overflow: hidden;
}

#RankingContenidos tr td {
    font-size: 1.1rem;
}

    #RankingContenidos tr td.nroApp {
        color: #058DC7;
        text-align: center;
    }

    #RankingContenidos tr td.nroWeb {
        color: #50B432;
        text-align: center;
    }


    #RankingContenidos tr td.nroTotal {
        color: #000;
        font-weight: bold;
        text-align: center;
    }


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 100%;
    justify-content: space-around;
}

    .single-chart img {
        width: 30%;
        position: absolute;
        left: 35%;
        top: 30%;
    }

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.encanta .circle {
    stroke: #058DC7;
}

.indicator-label.encanta {
    color: #058DC7;
}

.circular-chart.gusta .circle {
    stroke: #50B432;
}

.indicator-label.gusta {
    color: #50B432;
}

.circular-chart.sorprende .circle {
    stroke: #DDDF00;
}

.indicator-label.sorprende {
    color: #DDDF00;
    white-space: nowrap !important;
}

.circular-chart.enoja .circle {
    stroke: #ED561B;
}

.indicator-label.enoja {
    color: #ED561B;
}

.circular-chart.nogusta .circle {
    stroke: #FF9655;
}

.indicator-label.nogusta {
    color: #FF9655;
}

#comportamientoKeys .col {
    width: 18%;
    margin-right: 0.5%;
    float: left;
    margin-left: 15px;
}

#comportamientoKeys .indicator-number2 {
    font-size: 26px;
    line-height: 32px;
}


.indicator-number2 {
    font-family: "Helvetica";
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}



/**FIN DASHBOARDS**/


/**Scrollbars**/
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.titulo {
    max-width: 100% !important;
}

.subtitulo {
    max-width: 100% !important;
    /*height: !important;*/
}

.input-usuarios {
    max-width: 78% !important;
}

.texto-label-left {
    text-align: left !important;
}

a.toolt {
    margin: 0px 20px;
}

.validation-summary-valid {
    display: none;
}

.no-left-margin {
    margin-left: 0px !important;
}

.title-note {
    font-size:small;
    font-style:italic;
}
.circular-shadow {
    width: 70px;
    height: 70px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.circular-shadow-grid {
    width: 40px;
    height: 40px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.texto-centrado-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    color: gainsboro;
    font-size: 10px;
    text-shadow: lightgrey 0.1em 0.1em 0.2em;
}
.contenedor-texto {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 10%;
}

.texto-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
}
.circular-shadow-dash {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.texto-centrado-dash {
    font-size: 20px;
}

.form-file {
    display:block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
}

/* dropzonejs*/

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
    margin-top: 14px;
}
.dropzone .dz-preview .dz-error-message {
    color: white!important;
    display: none;
}

.center-block {
    margin-top: 4px;
}



.modal-dialog-center {
    margin-top: 15%;
}


.badge-clave {
    font-size: 40px;
}


.error {
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 10px red;
}


.close-modal {
    float: right;
    line-height: 1;
    color: white !important;
    border-color: transparent !important;
    border-radius: 13px !important;
    height: 26px !important;
    background-color: transparent;
}


.td-ellipsis {
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Dashboards cards */

.table-budget td span {
    background-color: #5cb85c;
    width: 60px;
}

.table-budget td {
    width: 150px;
}

.box-large-part:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.box-part:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.div-buttons {
    padding: 10px 0px;
}


.text-desc {
    font-size: 16px;
    font-weight: bold;
}

.text-large {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    color: var(--neutralPrimary);
}

.box-large {
    padding: 60px 0px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.box-large-part {
    background: #FFF;
    border-radius: 10px !important;
    padding: 10px 10px;
    margin: 3px 20px;
    webkit-box-shadow: rgba(0, 0, 0, 0.133) 0px 5.6px 9.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    box-shadow: rgba(0, 0, 0, 0.133) 0px 5.6px 9.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    width: -webkit-fill-available;
    height: 70px;
    overflow: hidden;
}


.title-part {
    text-align: center;
}


.box {
    padding: 60px 0px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.box-part {
    background: #FFF;
    border-radius: 15px !important;
    padding: 20px 10px;
    margin: 30px 0px;
    webkit-box-shadow: rgba(0, 0, 0, 0.133) 0px 5.6px 9.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    box-shadow: rgba(0, 0, 0, 0.133) 0px 5.6px 9.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.text {
    margin: 20px 0px;
}

.title {
    font-size: 22px;
    height: 55px;
}

.fa-icono {
    color: lightgray;
}

.btn-focus {
    color: #007bff;
}

.card-icon {
    width: 80px;
    color: lightgray;
}

.box-part-icon {
    /*width: 80px;*/
    height: 80px;
}

.budget-span-red {
    background-color: #d9534f !important;
    width: 60px !important;
}

.budget-span-green {
    background-color: lightseagreen !important;
    width: 60px !important;
}

.budget-span-grey {
    background-color: darkgrey !important;
    width: 60px;
}

/* Spinner buton */
.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        width: auto;
    }

.has-spinner.btn.active .spinner {
    min-width: 20px;
}


td.details-control {
    background: url('../Content/Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Content/Images/details_close.png') no-repeat center center;
}

.modal-search {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.arrow-toggle .fa-chevron-down,
.arrow-toggle.collapsed .fa-chevron-up {
    display: inline-block;
}

.arrow-toggle.collapsed .fa-chevron-down,
.arrow-toggle .fa-chevron-up {
    display: none;
}

td.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px
}

.input-validation-error {
    color: #721c24;
    background-color: #FEF3F4;
    border-color: #f5c6cb;
}


/* GRILLAS */

table {
    color: #1A222F;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

table thead th {
    background-color: #fafafa !important;
    color: black !important;
    height: 40px !important;
    text-align: center;
    vertical-align: middle !important;
    height: 12px !important;
    border: none !important;
}


.dataTable tbody tr td {
    border-top: 1px solid #fafafa !important;
}

table tbody td {
    height: 40px !important;
}

.dataTable tbody tr:hover {
    background-color: #fafafa !important;
}

.dataTables_scrollBody th {
    height: 0px !important;
}


.dataTables_filter input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 6px !important;
}


.dt-button, .paginate_button {
    border: 1px solid #ddd !important;
    background-image: none !important;
}

button.dt-button, div.dt-button, a.dt-button {
    border: 1px solid #ddd !important;
    background: white !important;
    background-image: none !important;
}


.dataTables_info, .dataTables_paginate {
    font-size: 12px;
}

.paginate_button a:hover {
    background-color: snow !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
   color:white !important; 
}


.panel-heading-custom {
    border-bottom: none;
    background: #fafafa;
}


/* Toggle */
input[class=switch-toggle] {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: 2.4em;
    height: 1.4em;
    margin: -.2em 0;
    box-sizing: content-box;
    padding: 0;
    border: none;
    border-radius: .7em;
    background: rgba(160,160,160,0.7);
    transition: background-color 250ms ease, box-shadow 250ms ease;
    font-size: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    user-select: none;
    outline: none !important;
}

    input[class=switch-toggle]::before {
        content: '';
        display: flex;
        align-content: center;
        justify-content: center;
        position: absolute;
        width: 1em;
        height: 1em;
        left: 0;
        top: 0;
        background: rgba(240,240,240,0.9);
        box-shadow: 0 1px 1px #fff inset, 0 .2em .5em rgba(255,255,255,0.7) inset, 0 -.2em .3em rgba(0,0,0,0.2) inset, 0 .05em .25em rgba(0,0,0,0.7);
        border-radius: 50%;
        transform: translate(20%, 20%);
        transition: transform 250ms ease;
        color: rgba(0,0,0,0.3);
        line-height: 1;
    }

    input[class=switch-toggle]:focus::before {
        background: rgba(255,255,255,0.9);
        outline: none;
    }

    input[class=switch-toggle]:checked {
        background-color: var(--bg-checked, var(--bg, rgb(60,130,250)));
        outline: none;
    }

    input[class=switch-toggle]:focus-visible {
        box-shadow: 0 .15em .25em rgba(0,0,0,0.5) inset, 0 -.5px 0 rgba(255,255,255,0.2) inset, 0 0 0 2px rgba(255,255,255,0.8), 0 0 0 4px var(--bg-checked, var(--bg, rgb(60,130,250)));
        outline: none;
    }

    input[class=switch-toggle]:checked::before {
        transform: translate(120%, 20%);
        outline: none;
    }

    input[class=switch-toggle]:indeterminate::before {
        transform: translate(70%, 20%);
        content: '-';
        outline: none;
    }

    input[class=switch-toggle]:disabled:before {
        opacity: 0.4;
        outline: none;
    }

.badge {
    opacity: 0.9 ;
}

/*---------------------------------------------------------------------*/
.toggle {
    border: 0.2rem solid white;
    border-radius: calc( 2.5rem / 2 );
    width: 4.5rem;
    height: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: transform 0.07s;
    cursor: pointer;
    background: slategrey;
}

    .toggle::after {
        content: "";
        display: inline-block;
        margin: 0.2rem;
        border-radius: 50%;
        width: 1.7rem;
        height: 1.7rem;
        background: white;
        transition: transform 0.07s linear;
    }

    .toggle:checked::after {
        transform: translateX(2rem);
    }

    .toggle:hover {
        transform: scale(1.07);
    }

    .toggle:active {
        transform: scale(1.0);
    }

    .toggle:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.4);
    }

    .toggle:checked {
        background-color: var(--principal-color) !important;
    }

.toggle-span {
    padding-right: 5px !important;
    font-weight: bold;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-shadow {
    box-shadow: rgb(0 0 0 / 13%) 0px 5.6px 9.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
}




.custom-nav-pills a {
    color: black;
    text-decoration: none;
}



.custom-nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: black;
    background-color: transparent;
    border-bottom: 2px solid var(--principal-color);
    border-radius: 0px;
}

    .custom-nav-pills > li.active > a,
    .custom-nav-pills > li.active > a:hover,
    .custom-nav-pills > li.active > a:focus {
        color: black;
        background-color: transparent;
        border-bottom: 2px solid var(--principal-color);
        border-radius: 0px;
    }

.btn-outline-success {
    color: #28a745;
    background-color: white;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        opacity: 0.9;
    }

.btn-outline-danger {
    color: #dc3545;
    background-color: white;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        opacity: 0.9;
    }

.btn-outline-info {
    color: #17a2b8;
    background-color: white;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
        opacity: 0.9;
    }

.btn-outline-primary {
    color: #007bff;
    background-color: white;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        opacity: 0.9;
    }

.panel-border {
    border: 1px solid #ddd;
}
